[Manager Summary]

PMItemProcPtr


Handles events involving application-added items in the dialog box.
void PMItemProcPtr(DialogPtr theDialog, SInt16 item)
PARAMETERS
theDialog
A pointer a Dialog Manager structure of type DialogRecord. Your application must handle events in the items it has added to the dialog box defined within this structure.
item
The number of the dialog item receiving the event.
function result
A result code. See Result Codes.
DISCUSSION
If your application adds items to a Carbon Printing Manager dialog box, your application must provide an event-handling function to respond to events involving those items. (Such an event-handling function is defined by the PMItemProcPtr data type.)

Use the PMSetItemProc function to install your event-handling function into your printing loop.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.